home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id011.dxr / 00226.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  236 b   |  11 lines

  1. on exitFrame
  2.   set the locH of sprite 15 to the locH of sprite 15 + 3
  3.   if sprite 15 intersects sprite(17) then
  4.     go(the frame + 1)
  5.   end if
  6.   if sprite 15 intersects sprite(18) then
  7.     go(the frame + 1)
  8.   end if
  9.   go(the frame)
  10. end
  11.